home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d6
/
icp51.arc
/
UNPACK.EXE
/
VIEW.BAT
< prev
Wrap
DOS Batch File
|
1991-02-11
|
262b
|
21 lines
@echo off
cls
if "%1==" goto hlpinst
:loop1
cls
type %1 |more
goto end
:hlpinst
cls
echo The correct syntax is "view <file.ext>". For example, type "view
echo readme.doc" to view the readme.doc file.
echo .
echo VIEWING ABORTED!
:end